home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / comm / comti12a.zip / COMLOG.EXE / 0 / RCDATA / TADVANCEDDLG / TADVANCEDDLG.txt < prev   
Text File  |  1996-06-02  |  58KB  |  1,608 lines

  1. object AdvancedDlg: TAdvancedDlg
  2.   Left = 206
  3.   Top = 155
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'ComTimer - Advanced options'
  7.   ClientHeight = 314
  8.   ClientWidth = 427
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object PageControl1: TPageControl
  19.     Left = 5
  20.     Top = 6
  21.     Width = 417
  22.     Height = 267
  23.     ActivePage = TabSheet1
  24.     TabOrder = 0
  25.     object TabSheet1: TTabSheet
  26.       Caption = 'Special'
  27.       object Panel1: TPanel
  28.         Left = 0
  29.         Top = 2
  30.         Width = 409
  31.         Height = 235
  32.         BevelInner = bvLowered
  33.         TabOrder = 0
  34.         object Panel2: TPanel
  35.           Left = 8
  36.           Top = 10
  37.           Width = 393
  38.           Height = 39
  39.           TabOrder = 0
  40.           object CheckBox1: TCheckBox
  41.             Left = 24
  42.             Top = 12
  43.             Width = 361
  44.             Height = 17
  45.             Hint = 'ComTimer clips off the sconds by default'
  46.             Caption = 'Disable the rounding of seconds at end of session'
  47.             ParentShowHint = False
  48.             ShowHint = True
  49.             TabOrder = 0
  50.             OnClick = CheckBox1Click
  51.           end
  52.         end
  53.         object Panel3: TPanel
  54.           Left = 8
  55.           Top = 54
  56.           Width = 393
  57.           Height = 39
  58.           TabOrder = 1
  59.           object CheckBox2: TCheckBox
  60.             Left = 24
  61.             Top = 12
  62.             Width = 361
  63.             Height = 17
  64.             Hint = 'Some ISP'#39's charge for tries to establish connection'
  65.             Caption = 'Enable logging of tries to make connection with your ISP'
  66.             ParentShowHint = False
  67.             ShowHint = True
  68.             TabOrder = 0
  69.             OnClick = CheckBox2Click
  70.           end
  71.         end
  72.         object Panel4: TPanel
  73.           Left = 8
  74.           Top = 98
  75.           Width = 393
  76.           Height = 39
  77.           TabOrder = 2
  78.           object CheckBox3: TCheckBox
  79.             Left = 24
  80.             Top = 12
  81.             Width = 353
  82.             Height = 17
  83.             Hint = 'If you want to use ComTimer as a simple timer'
  84.             Caption = 'Disable monitoring of cost of net-usage'
  85.             ParentShowHint = False
  86.             ShowHint = True
  87.             TabOrder = 0
  88.           end
  89.         end
  90.         object Panel6: TPanel
  91.           Left = 8
  92.           Top = 142
  93.           Width = 393
  94.           Height = 39
  95.           TabOrder = 3
  96.           object CheckBox4: TCheckBox
  97.             Left = 24
  98.             Top = 12
  99.             Width = 361
  100.             Height = 17
  101.             Hint = 'Most ISP'#39's doen'#39't charge anything if connection is <1 min'
  102.             Caption = 'Enable logging of sessions shorter than one minute'
  103.             ParentShowHint = False
  104.             ShowHint = True
  105.             TabOrder = 0
  106.             OnClick = CheckBox4Click
  107.           end
  108.         end
  109.         object Panel59: TPanel
  110.           Left = 8
  111.           Top = 186
  112.           Width = 393
  113.           Height = 39
  114.           TabOrder = 4
  115.           object CheckBox7: TCheckBox
  116.             Left = 24
  117.             Top = 11
  118.             Width = 353
  119.             Height = 17
  120.             Caption = 'Enable use of peak and peak off rates'
  121.             TabOrder = 0
  122.             OnClick = CheckBox7Click
  123.           end
  124.         end
  125.       end
  126.     end
  127.     object TabSheet2: TTabSheet
  128.       Caption = 'Peak and off peak rates'
  129.       object Panel5: TPanel
  130.         Left = 0
  131.         Top = 2
  132.         Width = 409
  133.         Height = 235
  134.         BevelInner = bvLowered
  135.         TabOrder = 0
  136.         object PageControl2: TPageControl
  137.           Left = 5
  138.           Top = 4
  139.           Width = 400
  140.           Height = 226
  141.           ActivePage = TabSheet3
  142.           TabOrder = 0
  143.           object TabSheet3: TTabSheet
  144.             Caption = 'General'
  145.             object GroupBox1: TGroupBox
  146.               Left = 8
  147.               Top = 111
  148.               Width = 377
  149.               Height = 81
  150.               Caption = 'Enter rates below'
  151.               TabOrder = 0
  152.               object Label1: TLabel
  153.                 Left = 28
  154.                 Top = 20
  155.                 Width = 35
  156.                 Height = 13
  157.                 Caption = 'Rate 1:'
  158.               end
  159.               object Label2: TLabel
  160.                 Left = 28
  161.                 Top = 52
  162.                 Width = 35
  163.                 Height = 13
  164.                 Caption = 'Rate 2:'
  165.               end
  166.               object Label3: TLabel
  167.                 Left = 212
  168.                 Top = 20
  169.                 Width = 35
  170.                 Height = 13
  171.                 Caption = 'Rate 3:'
  172.               end
  173.               object Label4: TLabel
  174.                 Left = 212
  175.                 Top = 52
  176.                 Width = 35
  177.                 Height = 13
  178.                 Caption = 'Rate 4:'
  179.               end
  180.               object Edit1: TEdit
  181.                 Left = 92
  182.                 Top = 16
  183.                 Width = 81
  184.                 Height = 21
  185.                 Color = clYellow
  186.                 TabOrder = 0
  187.               end
  188.               object Edit2: TEdit
  189.                 Left = 92
  190.                 Top = 48
  191.                 Width = 81
  192.                 Height = 21
  193.                 Color = clRed
  194.                 TabOrder = 1
  195.               end
  196.               object Edit3: TEdit
  197.                 Left = 276
  198.                 Top = 16
  199.                 Width = 73
  200.                 Height = 21
  201.                 Color = clFuchsia
  202.                 TabOrder = 2
  203.               end
  204.               object Edit4: TEdit
  205.                 Left = 276
  206.                 Top = 48
  207.                 Width = 73
  208.                 Height = 21
  209.                 Color = clAqua
  210.                 TabOrder = 3
  211.               end
  212.             end
  213.             object GroupBox2: TGroupBox
  214.               Left = 8
  215.               Top = 7
  216.               Width = 377
  217.               Height = 97
  218.               Caption = 'Options'
  219.               TabOrder = 1
  220.               object Label45: TLabel
  221.                 Left = 148
  222.                 Top = 72
  223.                 Width = 49
  224.                 Height = 13
  225.                 Caption = 'h, for $'
  226.               end
  227.               object Label46: TLabel
  228.                 Left = 245
  229.                 Top = 72
  230.                 Width = 63
  231.                 Height = 13
  232.                 Caption = ', then per h   '
  233.               end
  234.               object CheckBox5: TCheckBox
  235.                 Left = 32
  236.                 Top = 20
  237.                 Width = 321
  238.                 Height = 17
  239.                 Caption = 'Use same rates Monday to Friday'
  240.                 TabOrder = 0
  241.                 OnClick = CheckBox5Click
  242.               end
  243.               object CheckBox6: TCheckBox
  244.                 Left = 32
  245.                 Top = 45
  246.                 Width = 313
  247.                 Height = 17
  248.                 Caption = 'Enable indicatoroption'
  249.                 TabOrder = 1
  250.                 OnClick = CheckBox6Click
  251.               end
  252.               object CheckBox12: TCheckBox
  253.                 Left = 32
  254.                 Top = 70
  255.                 Width = 65
  256.                 Height = 17
  257.                 Caption = 'Usage'
  258.                 TabOrder = 2
  259.                 OnClick = CheckBox12Click
  260.               end
  261.               object Edit9: TEdit
  262.                 Left = 104
  263.                 Top = 68
  264.                 Width = 41
  265.                 Height = 21
  266.                 TabOrder = 3
  267.               end
  268.               object Edit10: TEdit
  269.                 Left = 195
  270.                 Top = 68
  271.                 Width = 49
  272.                 Height = 21
  273.                 TabOrder = 4
  274.               end
  275.               object Edit11: TEdit
  276.                 Left = 320
  277.                 Top = 68
  278.                 Width = 49
  279.                 Height = 21
  280.                 TabOrder = 5
  281.               end
  282.             end
  283.           end
  284.           object TabSheet10: TTabSheet
  285.             Caption = 'Tables of rates'
  286.             object TabControl1: TTabControl
  287.               Left = 0
  288.               Top = 1
  289.               Width = 393
  290.               Height = 195
  291.               TabIndex = 0
  292.               TabOrder = 0
  293.               Tabs.Strings = (
  294.                 'Mon'
  295.                 'Tue'
  296.